home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / gdb-4.12 / libibert / makefile.dos < prev   
Encoding:
Makefile  |  1994-08-05  |  569 b   |  31 lines

  1. *** orig/gdb-4.12/libibert/makefile.dos    Mon Jul 25 22:53:16 1994
  2. --- src/gdb-4.12/libibert/makefile.dos    Mon Jul 25 22:54:46 1994
  3. ***************
  4. *** 0 ****
  5. --- 1,25 ----
  6. + CFLAGS=-O2
  7. + OBJS = \
  8. +     strsignal.o \
  9. +     msdos.o \
  10. +     argv.o \
  11. +     basename.o \
  12. +     concat.o \
  13. +     cplus-dem.o \
  14. +     fdmatch.o \
  15. +     getopt.o \
  16. +     getopt1.o \
  17. +     ieee-float.o \
  18. +     obstack.o \
  19. +     spaces.o \
  20. +     strerror.o \
  21. +     strsignal.o \
  22. +     $E
  23. + .c.o:
  24. +     gcc -I../include $(CFLAGS) -c $<
  25. + libiberty.a : $(OBJS)
  26. +     -rm libiberty.a
  27. +     ar rvs libiberty.a $(OBJS)
  28.